projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb50fe8
)
x86_32: Fix the build.
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 9 Jan 2010 08:14:44 +0000
(08:14 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 9 Jan 2010 08:14:44 +0000
(08:14 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/mm/hap/p2m-ept.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/mm/hap/p2m-ept.c
b/xen/arch/x86/mm/hap/p2m-ept.c
index ffc0dc56f1bf21871d1984150282409eede93b16..ba6e2ee0a91365c36e217cc2c984aab73113ffd5 100644
(file)
--- a/
xen/arch/x86/mm/hap/p2m-ept.c
+++ b/
xen/arch/x86/mm/hap/p2m-ept.c
@@
-534,7
+534,7
@@
void ept_walk_table(struct domain *d, unsigned long gfn)
next = map_domain_page(ept_entry->mfn);
- unmap_domain_page(
*
table);
+ unmap_domain_page(table);
table = next;
}